home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Internet Chooser / Sample LDEFs 2.0 / About the LDEFs.txt
Text File  |  1995-06-27  |  2KB  |  43 lines

  1. About the LDEF's 
  2. ----------------
  3.  
  4. My LDEF's were written as experiments into new formats for displaying data. I
  5. think the Icon LDEF's are ideal for use in a prefs box, and the others may be
  6. useful also.
  7.     
  8. The commenting is minimal, but so is the functionality in an LDEF. I think that
  9. examination should reveal what you need to know. Use the LDEF source to write
  10. your own, or just use the compiled resources for your app.
  11.  
  12.  
  13. Changes since first release
  14. ---------------------------
  15. These have been touched up, so the bugs that I heard about are gone:
  16.     
  17.     * The HiliteMode problem was one that has plagued me ever since
  18.       I started using a custom MacHeaders file. I have changed the
  19.       cell hiliting code to use accessor functions.
  20.  
  21.     * Incorrect management of the Handle states is fixed. The original
  22.       code incorrectly initialized their HState fields, and would call
  23.       SetHState() with bad data (it crashed only sparingly). This bug
  24.       was a carryover from the original LDEF by Steve Falkenberg, which 
  25.       my code was based on.
  26.  
  27.     * Fixed the documentation and updated the projects to SC7.04
  28.     
  29.       
  30. Stuff and Bother...
  31. -------------------
  32. I used to recommend that users send bug reports to /dev/null... but have since
  33. changed my mind. Drop me a line, tell me your troubles, and I will see about 
  34. fixing you up.
  35.     
  36. The only thing I could ask is that you post, or at least send me, any LDEFs you
  37. make based on this. I dont need recognition or cash... cuz I didnt write em for
  38. that.
  39.     
  40. Share and Enjoy...
  41.     
  42. Matt Slot, fprefect@umich.edu - 6/27/95
  43.